PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFJavaScriptBlock Class / PDFJavaScriptBlock Constructor / PDFJavaScriptBlock Constructor(String)
The JavaScript code to be included in the fragment.
In This Topic
    PDFJavaScriptBlock Constructor(String)
    In This Topic
    Initializes a new PDFJavaScriptBlock object.
    Syntax
    public PDFJavaScriptBlock( 
       java.lang.String javaScript
    )

    Parameters

    javaScript
    The JavaScript code to be included in the fragment.
    See Also